Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / StyleCollection Class / CopyTo Method / CopyTo(Style[]) Method
An array of type Style serving as the destination for the copy action.


In This Topic
    CopyTo(Style[]) Method
    In This Topic
    Copies the items of the StyleCollection to a compatible one-dimensional array of type Style, starting from the first index of the target array.
    Syntax
    'Declaration
     
    
    Public Overloads Sub CopyTo( _
       ByVal array() As Style _
    ) 
    'Usage
     
    
    Dim instance As StyleCollection
    Dim array() As Style
     
    instance.CopyTo(array)
    public void CopyTo( 
       Style[] array
    )

    Parameters

    array
    An array of type Style serving as the destination for the copy action.
    See Also